SOCKETS.ADDRESS_GET Function

The SOCKETS object is deprecated and may be removed in a future release. Use INET::Socket instead.

Syntax

Address as C = address_get([C flags])

Arguments

Address

The requested address.

flags

Which address to return. "L" = Local IP address "R" = Remote IP address

Description

Get the ip address of an open socket. (R = remote IP, L = local IP)

Discussion

The .ADDRESS_GET() method returns address information about the open socket.

See Also